adTempus API
|
Gets or sets the language of the script in the script file
__property BSTR ScriptFileLanguage;
String ScriptFileLanguage;
Property ScriptFileLanguage() As String
When you use the ScriptFile property to execute a script stored outside of adTempus, you must use the ScriptFileLanguage to specify the language of the script in the file. See the Script.ScriptLanguage topic for information on the valid script languages.
The ScriptFileLanguage is required when the ScriptFile is specified and ignored otherwise.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|